CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - round robin

搜索资源列表

  1. os

    0下载:
  2. hello sir...here are some programs written in c++..for operating system..these are job scheduling programs to implement shortest job first, round robin algo..thank u sir-hello sir...here are some programs written in c++..for operating system..these a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:2882
    • 提供者:monika
  1. contest-problem

    0下载:
  2. 循环赛问题 主要是模拟n队进行训换赛的时间安排问题-The problem is to simulate n round robin teams training for the timing of competition
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:1004403
    • 提供者:马浩原
  1. roundroubin

    0下载:
  2. round robin algorithm code in java
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:34317
    • 提供者:bayan
  1. circle-race

    0下载:
  2. 循环赛日程表,可以手动输入参赛人数,具体说明在程序里面会有提示-Round robin schedule, you can manually enter the number of entries, which will be specified in the program prompts
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1628
    • 提供者:刘二好
  1. RR1

    0下载:
  2. Round Robin implementation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:797
    • 提供者:jess
  1. song

    0下载:
  2. 基于EDA的音乐播放器,可实现几种循环方式-EDA-based music player, enabling several round-robin fashion
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-09-26
    • 文件大小:267264
    • 提供者:王媛
  1. os

    0下载:
  2. 操作系统课设:进程 几种进程调度算法的实现:轮转调度时间片-Lesson set up the operating system: the process of implementation of several process scheduling algorithms: round robin scheduling time slice
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:546934
    • 提供者:李鹏飞
  1. RealTime_OS

    0下载:
  2. Realtime OS sistem design and structures. Smaphores, time slicing, round robin..et.c. Really clear documentation. Must have.Thanx Robert cool:)
  3. 所属分类:SCM

    • 发布日期:2017-05-08
    • 文件大小:1842719
    • 提供者:basrikul
  1. ucore-lab4

    1下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验4:调度器。实验目的:熟悉ucore 的系统调度器框架,以及内置的Round-Robin 调度算法;基于调度器框架实现一个调度器算法(Stride Scheduling)。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operatin
  3. 所属分类:OS Develop

    • 发布日期:2014-05-26
    • 文件大小:1377280
    • 提供者:gyh
  1. roundrobin

    0下载:
  2. 用c语言实现循环赛,问题描述:设有n=2k个运动员要进行网球循环赛。现要设计一个满足以下要求的比赛日程表: (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能参赛一次; (3)循环赛在n-1天内结束。-Achieve round-robin
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1902
    • 提供者:john
  1. shijianpianlunzhuan

    0下载:
  2. 设计程序模拟进程的时间片轮转RR调度过程。假设有n个进程分别在T1, … ,Tn时刻到达系统,它们需要的服务时间分别为S1, … ,Sn。分别利用不同的时间片大小q,采用时间片轮转RR进程调度算法进行调度,计算每个进程的完成时间,周转时间和带权周转时间,并且统计n个进程的平均周转时间和平均带权周转时间。-Design program to simulate the process of round-robin RR scheduling process. Suppose there are n
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3599343
    • 提供者:gst
  1. fcfs--sjf--rr--hrn

    0下载:
  2. 进程调度算法,1.先来先服务\2.短作业优先\3.时间片轮转\4.响应比优先-Process scheduling algorithms, 1 first-come, first serve \ (2) short operating priority \ 3 round-robin \ 4 response than the first
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:1728
    • 提供者:huang
  1. shijianpianlunzhuan

    0下载:
  2. 一个程序,让输入的进程按照时间片轮转的调度算法执行相应的程序,从而能及时响应用户的请求。-A program that allows input of the process according to round-robin scheduling algorithms perform the appropriate procedures to timely respond to user requests.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:3859
    • 提供者:王珏
  1. juyuyouxianjidedanchulijichengdiaodu

    0下载:
  2. 假设某单处理机系统采用“基于动态优先权的时间片轮转”调度算法,系统允许进程的最大个数为10 。进程队列采用单向链表组织进程控制块。请编程实现该算法-Suppose a single-processor system is " based on dynamic priority round-robin" scheduling algorithm, the system allows a process to the maximum number is 10. Process qu
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:2118
    • 提供者:陈一飞
  1. TimeR

    0下载:
  2. 时间片轮转调度,是一个重要的操作系统课设-Round-robin scheduling is an important class of operating system design
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2363
    • 提供者:曹帅
  1. Processor-scheduling2

    0下载:
  2. 进程调度,利用时间片轮转算法来模拟计算机操作系统调度进程的过程的代码2-Process scheduling, the use of round-robin algorithm to simulate the process of computer operating system process scheduling code 2
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1342
    • 提供者:田坤
  1. Processor-scheduling

    0下载:
  2. 进程调度,利用时间片轮转算法来模拟计算机操作系统调度进程的过程的代码1-Process scheduling, the use of round-robin algorithm to simulate the process of scheduling a computer operating system code in a process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2393
    • 提供者:田坤
  1. RoundRobin

    0下载:
  2. The round robin cpu scheduler program in os
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:30780
    • 提供者:
  1. 3

    0下载:
  2. Round-robin arbiter的行为。状态机的输入为Reset、CYC0、CYC1和CYC2,输出为GNT0、GNT1和GNT2。任选以下任一方式描述此状态机:-Round-robin arbiter
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:1139
    • 提供者:peter
  1. cr

    0下载:
  2. 源码提供了关于循环赛问题解法的C++算法源代码,可直接运行使用-Source provides information on the round robin problem solution algorithm in C++ source code can be run directly using
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:789
    • 提供者:D.AoN.C
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 22 »
搜珍网 www.dssz.com